home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMDELAYBEFORESTART / TFORMDELAYBEFORESTART.txt < prev   
Text File  |  2005-05-31  |  2KB  |  77 lines

  1. object formDelayBeforeStart: TformDelayBeforeStart
  2.   Left = 791
  3.   Top = 356
  4.   BorderStyle = bsSingle
  5.   Caption = 'Waiting to start...'
  6.   ClientHeight = 184
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMode = pmAuto
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object img: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 300
  25.     Height = 83
  26.     Align = alTop
  27.     Picture.Data = {<image000.TMetafile>}
  28.     Stretch = True
  29.   end
  30.   object labelInformation: TLabel
  31.     Left = 8
  32.     Top = 104
  33.     Width = 289
  34.     Height = 41
  35.     AutoSize = False
  36.     Caption = 
  37.       'You have set Spybot-S&&D to wait a short time before starting th' +
  38.       'e check. Please wait or choose an action...'
  39.     WordWrap = True
  40.   end
  41.   object pgWait: TProgressBar
  42.     Left = 0
  43.     Top = 83
  44.     Width = 300
  45.     Height = 16
  46.     Align = alTop
  47.     Max = 600
  48.     Step = 1
  49.     TabOrder = 1
  50.   end
  51.   object buttonAbort: TBitBtn
  52.     Left = 40
  53.     Top = 152
  54.     Width = 102
  55.     Height = 25
  56.     Caption = '&Abort'
  57.     TabOrder = 2
  58.     Kind = bkCancel
  59.   end
  60.   object buttonOK: TBitBtn
  61.     Left = 158
  62.     Top = 152
  63.     Width = 107
  64.     Height = 25
  65.     Caption = '&Continue now'
  66.     TabOrder = 0
  67.     Kind = bkOK
  68.   end
  69.   object timerEndWait: TTimer
  70.     Enabled = False
  71.     Interval = 500
  72.     OnTimer = timerEndWaitTimer
  73.     Left = 8
  74.     Top = 144
  75.   end
  76. end
  77.